Starts with - Check whether a text ends with a given suffix 
		 
		 Triggers 
		
		<Text> (non-repetitive text exit [required]):
		The checked text.
		
		<Suffix> (non-repetitive text exit [required]):
		The given suffix.
		
		Exit
		
		The two exits represent two mutually exclusive possibilities:
		
		<Yes> (non-repetitive text exit [not required]): The
		checked text (the value of <Text>) in case
		it ends with <Suffix>.
		
		<No> (non-repetitive text exit [not required]): The
		checked text (the value of <Text>) in case
		it does not end with <Suffix>..